home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 090 / raw.arc / RAW.DOC < prev   
Text File  |  1986-05-08  |  2KB  |  55 lines

  1.           ALARM command
  2.  
  3.           Purpose
  4.  
  5.           Allows you to set the console device in "raw" mode, which may
  6.           result in signifcant gains in display output speed.
  7.  
  8.           Format 
  9.  
  10.           RAW [ON | OFF] [/i]
  11.  
  12.           Installation
  13.  
  14.           To install RAW as a PCED user-installed command, just issue the
  15.           DOS command:
  16.  
  17.                RAW /i
  18.  
  19.           You can set RAW ON at the time of installation by adding the "ON"
  20.           parameter ("RAW ON /i").  RAW uses approximately 700 bytes of
  21.           memory when installed.
  22.  
  23.           Remarks
  24.  
  25.           DOS allows console I/O (screen output, keyboard input) to be
  26.           performed in either "raw" or normal mode.  In raw (or "binary")
  27.           mode DOS suspends certain types of processing during console I/O. 
  28.           The DOS Tech Ref specifies that, for example, the following
  29.           processing will not be performed when in raw mode:
  30.  
  31.                -- The characters ^C (break), ^P (print), and ^S (scroll
  32.                lock) are not checked for.
  33.  
  34.                -- Other control characters are not output in "caret"
  35.                format; for example, if ^A is output, you will see a happy
  36.                face rather than "^A".
  37.  
  38.                -- Tabs are not expanded.
  39.  
  40.           The exact list of special processing that will be suspended in
  41.           raw mode depends on the console device driver that you use.
  42.  
  43.           The benefit of operating in raw mode is that screen output is
  44.           faster; in some case, it may be MUCH faster.
  45.  
  46.           To set the console in RAW mode, simply type "RAW ON".  To set it
  47.           in normal mode, type "RAW OFF".  Typing "RAW" by itself displays
  48.           the current console mode.
  49.  
  50.           Although it is possible to use RAW.COM without making it a PCED
  51.           user-installed command, this is not recommended.
  52.  
  53.           raw 1.10/cjd/860505  
  54.           Copr (c) 1986 Cove Software Group, All Rights Reserved
  55.